.mainbox {
    width: 1100px;
    overflow: hidden;
    margin:20px auto 50px;
}
.mainbox_left {
    width: 800px;
    float: left;

}
.fix_guide {
    width: 120px;
    float: left;
    margin-right:0px;
    background: #fff;
    z-index: 10;
    cursor: pointer;
}

.guidebox.active {
    background-color: #3b45ef;
    color: #ffffff;
    display: block;
    border: 1px solid #3b45ef;
    height: 38px;
    line-height: 38px;
}

.guidebox.active:hover{
    background-color: #3b45ef;
    color: #ffffff;
    display:block;
    border:1px solid #3b45ef;
    height: 38px;
    line-height: 38px;
}
.guidebox:hover {
    background: #f0f0f0;
    color: #ffffff;
    display:block;
	color:#3b45ef;
	border:1px solid #3b45ef;
	height: 38px;
    line-height: 38px;
}

.guidebox {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display:block;
    background: #f0f0f0;
	border:1px solid #f0f0f0;
	height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.guidebox span {
    font-size: 16px;
}
.guidebox a, .guidebox img {
    display: inline-block;
}
.guidebox img {
    max-width: 22px;
    max-height: 22px;
}
.icon_tuijian {
    vertical-align: sub;
    margin-right: 5px;
}

.fixed_outbox {
    width: 120px;
    float: left;
    min-height: 30px;
}
.fix_guide.active {
    position: fixed;
    top: 14px;
}



.main_content {
    width: 660px;
    float:right;

}






.list_toutiao{
    height: 270px;
}
.list_toutiao li{
    height: 125px;
    width: 230px;
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0 0 10px;
	border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.list_toutiao li:nth-of-type(1){
    height: 260px;
    width: 420px;
    float: left;
    margin: 0;
}
.list_toutiao li:nth-of-type(3){
    margin: 0 0 0;
}
.list_toutiao li a{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.list_toutiao li img{
    width: 100%;
}
.list_toutiao li h2{
    position: absolute;
    width: 100%;
    /*height: 60px;*/
    background: rgba(0,0,0,.35);
    bottom:0;
    margin: 0;
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    padding: 7px;
    transition: background 0.5s;
	text-shadow: 1px 1px 1px #000;
}
.list_toutiao li h2:hover{
    background: rgba(0,0,0,.5);
}
.list_toutiao li:nth-of-type(1) h2{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 7px 20px;
    line-height: 24px;
    font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}


.guessTitle {
    /* width: 630px; */
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.guessTitle h2 {
    font-size: 18px;
    line-height: 60px;
    color: #333;
    border-bottom: 2px solid #3b45ef;
	font-weight:bold;
}

.guessTitle h2 {
    line-height: 40px;
    display: inline-block;
}

.recommendation {
    width: 710px;
    overflow: hidden; padding-bottom:20px;
}

.recommendation_item {
    width: 210px;
    float: left;
    margin-right: 14px;
}

.first_pic {
    width: 100%;
    height: 125px;
    position: relative;
    overflow: hidden;
}
.first_pic>img {
    width: 210px;
    height: 125px;
}
.shadow_text, .view {
    width: 100%;
    overflow: hidden;
}
.shadow_text {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
0deg
,rgba(0,0,0,.5),hsla(0,0%,100%,0));
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding: 0 10px; */
}

.view {
    height: auto;
    background: #fff;
}
.viewLists {
    width: 180px;
    height: auto;
    float: left;
}
.viewHotList {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.viewHotListDot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bbb;

    margin-right: 10px;
    float: left;
    margin-top: 8px;
}

.viewHotList p {
    float: left;
    width: 165px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guessTitle a {
    float: right;
    line-height:43px;
    color: #8a8a8a;
}

.secondLeftLists {
    width: 680px;
    background-color: #fff;
    overflow: hidden; padding-bottom:20px;
}

.beaut {
    margin-top: 0;
}

.secondLeftLists a {
    float: left;
}

.secondLeftList {
    width: 155px;
    height: auto;
    margin-right: 13px;
    margin-top: 15px;
}
.secondLeftListImg {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
}
.secondLeftListImg>img {
    width: 100%;
    height: 100%;
}
.listImgTime, .secondLeftList>p {
    text-align: center;
    overflow: hidden;
}

.secondLeftList>p {
    font-size: 14px;
    margin: 16px auto 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secondLeftListImg>img:hover {
    transform: scale(1.2);
    transition: 1s;
}



.first_pic>img:hover{transform:scale(1.2);transition:1s}

.list_toutiao li img:hover{transform:scale(1.2);transition:1s}


.nationalList {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.nationalListImg {
    width: 155px;
    height: 105px;
    float: left;
    overflow: hidden;
    position: relative;
}

.nationalListImg>img {
    width: 100%;
    height: 100%;
}

.nationalListText {
    width: 485px;
    height: 105px;
    float: left;
    margin-left: 15px;
}

.nationalListText p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nationalListText p:after {
    content: "";
    position: absolute;
}

.nationalListTextTig {
    margin-top: 18px;
    font-size: 12px;
    color: #999;
}

.nationalListImg:hover img{transform:scale(1.1);transition:1s}
.nationalListText span{
    font-size: 12px;
    line-height: 17px;
    height: 18px;
    margin-right: 8px;
    color: #a3a3a3;
    border-radius: 2px;
    background-color: #fff;
    width: 485px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }
	
	
.mainbox_right {
    width: 280px;
    float: right;
}

.recommend {
    width: 280px;
    height: auto;
    border: 1px solid #eee;
    border-top: 2px solid #3b45ef;
    box-sizing: border-box;
    margin-bottom: 15px;
    clear: both;
}

.recommendTitle {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    padding: 0 12px;
    font-weight: 600;
    clear:both;
}



.seeLists {
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

.seeLists a {
    float: left;
}

.seeList {
    width: auto;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    background: #f4f5ff;
}


/* float */
.fl {float:left;}
.fr {float:right}




.recommend-card-v3 {
    overflow: hidden;
    width: 100%;
    height: 17px;
    padding-top: 40px;
    /* border-radius: 2px 2px 0 0; */
    background-color: #f4f5ff;
    /* background-image: -webkit-radial-gradient(50% -45%, circle, #3b45ef, #3b45ef); */
    margin-bottom: 8px;
}

.recommend-card-tit {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 18px;
    color: #fff
}

.recommend-card-txt {
    line-height: 18px;
    margin-top: 5px;
    color: #fff
}

.recommend-card-tit2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px
}

.recommend-card-tit2 a:hover {
    color: #337eff
}

.recommend-card-txt2 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    color: #a3a3a3
}

.recommend-card-txt3 {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    margin-top: 15px;
    text-align: center;
    color: #a3a3a3
}

.recommend-card-bot {
    line-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    color: #a3a3a3;
    border-top: 1px solid #f3f3f3;
    border-radius: 0 0 2px 2px;
    background-color: #fafafa
}

.home-rank-box {
    position: relative;
    width: 278px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home-rank-tit {
    font-size: 17px;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.home-rank-lst li {
    position: relative
}

.home-rank-lst .user-thumb-box {
    float: left
}
.user-thumb-box {
    position: relative;
    float: left;
    padding-right: 8px;
}
.home-rank-lst .user-thumb {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 36px;
    height: 36px
}

.home-rank-lst .user-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    content: '';
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%
}

.home-rank-lst .user-thumb img {
    border-radius: 100%;
    width: 36px;
    height: 36px;
}

.home-rank-lst .user-thumb:hover:before {
    background-color: rgba(0, 0, 0, .3)
}

.home-rank-tab {
    position: relative;
    display: block;
    height: 36px;
    padding: 11px 14px;
}

.home-rank-tab:hover {
    cursor: pointer;
    background-color: #f5f5f5
}

.home-rank-num {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -13px;
    text-align: center;
    color: #fff;
    background-position: 0 -60px;
    width: 25px;
    height: 25px;
    display: block
}

.home-rank-clr2:before,
.home-rank-clr3:before,
.home-rank-clr1:before {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 37px;
    content: '';
    display: block
}

.home-rank-clr1 .user-thumb,
.home-rank-clr2 .user-thumb,
.home-rank-clr3 .user-thumb {
    position: relative;
    display: block;
    width: 36px;
    height: 36px
}

.home-rank-clr1 .user-thumb:before,
.home-rank-clr2 .user-thumb:before,
.home-rank-clr3 .user-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 100%
}

.home-rank-clr1 .user-thumb img,
.home-rank-clr2 .user-thumb img,
.home-rank-clr3 .user-thumb img {
    border-radius: 100%;
    width: 36px;
    height: 36px;
}


.home-rank-clr1 .user-thumb:hover:before,
.home-rank-clr2 .user-thumb:hover:before,
.home-rank-clr3 .user-thumb:hover:before {
    background-color: rgba(0, 0, 0, .3)
}

.home-rank-clr1 .home-rank-num,
.home-rank-clr2 .home-rank-num,
.home-rank-clr3 .home-rank-num {
    display: block
}

.home-rank-clr1:before {
    background-position: -115px -44px;
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite_icon.png);
}

.home-rank-clr1 .user-thumb:before {
    border-color: #f87851
}

.home-rank-clr1 .home-rank-num {
    background-position: -62px -27px;
    width: 25px;
    height: 25px
}

.home-rank-clr2:before {
    background-position: -115px -66px;
    width: 20px;
    height: 20px
}

.home-rank-clr2 .user-thumb:before {
    border-color: #fc0
}

.home-rank-clr2 .home-rank-num {
    background-position: -62px 0;
    width: 25px;
    height: 25px
}

.home-rank-clr3:before {
    background-position: -115px -88px;
    width: 20px;
    height: 20px
}

.home-rank-clr3 .user-thumb:before {
    border-color: #89ade9
}

.home-rank-clr3 .home-rank-num {
    background-position: -28px -32px;
    width: 25px;
    height: 25px
}

.home-rank-lst .user-name {
    line-height: 18px;
    color: #333;
}

.home-rank-txt {
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
    color: #a3a3a3;
}

.home-rank-clr2:before,
.home-rank-clr3 .home-rank-num,
.home-rank-clr3:before,
.home-rank-clr:before,
.home-rank-num,
.slide-arrow {
    background-image: url(../images/sprite_icon.png);
}



.recommendLists {
    padding-left: 12px;
    overflow: hidden;
    margin-top: 10px;
}

.recommendLists a {
    float: left;
}

.recommendList {
    width: 245px;
    height: auto;
    margin-bottom: 15px;
    margin-right: 10px;
}

.recommendListImg {
    width: 255px;
    height: 114px;
    overflow: hidden;
}
.recommendList p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    padding: 0 10px;
}

.recommendListImg img {
    width: 100%;
    height: 100%;
}
.recommendListImg>img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.recommendTitle3 {
    height: 40px;
    border-top: 2px solid #3b45ef;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    padding: 0 12px;
    font-weight: 600;
}

.reco_gg {
    width: 280px;
    margin-bottom: 15px;
}